←Select platform

CacheItem<T> Constructor(string,T)

Summary

Initializes a new instance of CacheItem<T> with the specified key and value.

Syntax
C#
C++/CLI
Java
public CacheItem<T>( 
   string key, 
   T value 
) 
protected:  
   CacheItem<T>() 
public CacheItem(String key, T value) 

Parameters

key

Unique identifier for this cache entry. This value will be stored in Key.

value

The data for this cache entry. This value will be stored in Value.

Requirements

Target Platforms

Help Version 22.0.2023.5.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.